home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / arexx / rxdssppr.lha / rexxdossupport / Product-Info
Text File  |  1996-03-20  |  1KB  |  60 lines

  1. .version
  2. 3.4
  3. .date
  4. 1996.03.20
  5. .name
  6. RexxDosSupport
  7. .type
  8. Library
  9. .short
  10. ARexx function lib for V37+ functions (ReadArgs, pattern matching, etc. )
  11. .description
  12. Copyright (C) 1994-1996 by hartmut Goebel
  13.  
  14. ARexx function library for accessing Dos V37+ functions.
  15. Amungst are ReadArgs(), GetVar() etc. and pattern matching.
  16.  
  17. After programming ARexx script for quite a while, I missed some
  18. function found in dos.library --  especially access to
  19. environment variables and the comfortable argument parsing. Since
  20. there seamed to be no ARexx function library which implements
  21. this functions, I decited to write my own. And here it is.
  22.  
  23. This are the functions handled by this library.
  24. · ReadArgs()
  25. · GetVar(), SetVar(), DeleteVar()
  26. · ParsePattern(), MatchPattern() - even case-insensitive
  27. · Fault()
  28. · Delete(), Rename(), MakeDir()
  29. · SetComment(), SetProtection()
  30.  
  31. V3 enables /T for ReadArgs() and adds some more functions:
  32. · FilePart(), PathPart(), AddPart(), AbsolutePath()
  33.  
  34. .beschreibung
  35. Diese ARexx Funktionsbibliothek ermöglicht den Zugriff auf Funktionen
  36. von AmigaOS V37 und besser. Darunter befinden sich ReadArgs(),
  37. GetVar() usw. und Namensmuster-Erkennung (pattern matching).
  38. .installsize
  39. 8K
  40. .source
  41. Oberon source included (33K)
  42. .construction
  43. AmigaOberon 3.11
  44. .docs
  45. RexxDosSupport.doc
  46. .author
  47. hartmut Goebel
  48. .requirements
  49. Requires AmigaOS 2.04 (V37)
  50. .distribution
  51. Freeware
  52. .address
  53. Aufseßplatz 5
  54. 90459 Nürnberg
  55. Germany
  56. .email
  57. hartmut@oberon.nbg.sub.org
  58. .exectype
  59. Oberon
  60.